-
Notifications
You must be signed in to change notification settings - Fork 8k
modules: mcuboot: Fix missing chosen node lookup #97047
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
modules: mcuboot: Fix missing chosen node lookup #97047
Conversation
Fixes an issue caused by using a chosen node string as a node rather than looking the node up first so it could be used Signed-off-by: Jamie McCrae <[email protected]>
f897647
to
1a6d40d
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixes issue with upgrading nrf54l15dk,
tested with command:
./scripts/twister -vv -ll debug -T tests/boot/with_mcumgr --west-flash=--recover -p nrf54l15dk/nrf54l15/cpuapp --device-serial /dev/ttyACM1 --device-testing --enable-slow -s boot.with_mcumgr.test_upgrade --pytest-args='-k test_upgrade_with_revert' -c
Blocking CI |
Fixes an issue caused by using a chosen node string as a node rather than looking the node up first so it could be used